home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Misc / Crossword / Source / Crossword.nib / data.classes next >
Text File  |  1993-04-15  |  638b  |  54 lines

  1. Dictionary = {
  2.     ACTIONS = {
  3.     create:;
  4.     use:;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. StopWatch = {
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     step:;
  14.     backColor:;
  15.     unnumber:;
  16.     newSearch:;
  17.     takeColor:;
  18.     changeOptions:;
  19.     continue:;
  20.     number:;
  21.     use:;
  22.     save:;
  23.     setSearchType:;
  24.     saveTo:;
  25.     saveAs:;
  26.     textColor:;
  27.     print:;
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31. AppDelegate = {
  32.     ACTIONS = {
  33.     copyTime:;
  34.     new:;
  35.     open:;
  36.     };
  37.     OUTLETS = {
  38.     inspector;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42. Inspector = {
  43.     ACTIONS = {
  44.     takeColor:;
  45.     };
  46.     OUTLETS = {
  47.     stateType;
  48.     time;
  49.     stopWatch;
  50.     options;
  51.     };
  52.     SUPERCLASS = Object;
  53. };
  54.